Telegram Group & Telegram Channel
​​«Появились картинки, которые выводят Android-смартфоны из строя»

Эта новость завирусилась в куче телеграмм каналов, техноблогов, а началось все с поста в твитер.

 На некоторых андроид устройствах эта картинка крашит телефон

Вот ссылка на картинку: https://drive.google.com/file/d/11rxzYvPcIOh_8GvS4XSC3YtbW3CecE-O/view

Проблема, скорее всего, в невозможности представить некоторые цвета в RGB цветовой модели.

Баг уже был зарепорчен в android support и было написано решение.

 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
Стало
 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
if (y > 255) y = 255;

Пока разработчики ответили что решат проблемы самостоятельно.

Что думаете по поводу такого формата?
Чат - https://www.tg-me.com/ms/Dev Tools/com.developer_tools_chat



tg-me.com/developer_tools/271
Create:
Last Update:

​​«Появились картинки, которые выводят Android-смартфоны из строя»

Эта новость завирусилась в куче телеграмм каналов, техноблогов, а началось все с поста в твитер.

 На некоторых андроид устройствах эта картинка крашит телефон

Вот ссылка на картинку: https://drive.google.com/file/d/11rxzYvPcIOh_8GvS4XSC3YtbW3CecE-O/view

Проблема, скорее всего, в невозможности представить некоторые цвета в RGB цветовой модели.

Баг уже был зарепорчен в android support и было написано решение.

 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
Стало
 int y = Color.red(pixel) + Color.green(pixel) + Color.blue(pixel);
if (y > 255) y = 255;

Пока разработчики ответили что решат проблемы самостоятельно.

Что думаете по поводу такого формата?
Чат - https://www.tg-me.com/ms/Dev Tools/com.developer_tools_chat

BY Dev Tools


Warning: Undefined variable $i in /var/www/tg-me/post.php on line 283

Share with your friend now:
tg-me.com/developer_tools/271

View MORE
Open in Telegram


Dev Tools Telegram | DID YOU KNOW?

Date: |

Telegram hopes to raise $1bn with a convertible bond private placement

The super secure UAE-based Telegram messenger service, developed by Russian-born software icon Pavel Durov, is looking to raise $1bn through a bond placement to a limited number of investors from Russia, Europe, Asia and the Middle East, the Kommersant daily reported citing unnamed sources on February 18, 2021.The issue reportedly comprises exchange bonds that could be converted into equity in the messaging service that is currently 100% owned by Durov and his brother Nikolai.Kommersant reports that the price of the conversion would be at a 10% discount to a potential IPO should it happen within five years.The minimum bond placement is said to be set at $50mn, but could be lowered to $10mn. Five-year bonds could carry an annual coupon of 7-8%.

Telegram is riding high, adding tens of million of users this year. Now the bill is coming due.Telegram is one of the few significant social-media challengers to Facebook Inc., FB -1.90% on a trajectory toward one billion users active each month by the end of 2022, up from roughly 550 million today.

Dev Tools from ms


Telegram Dev Tools
FROM USA